home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3polymid.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_POLYMID_H = 1;
- include("oops/r3vector.js")
- include("real/objects/r3polygon.js")
-
-
- var R3CLID_POLYMID = 1658;
-
-
-
-
-
-
-
- R3POLYMIDA_Apex = 1658500;
- function SetR3POLYMIDA_Apex(value) {
- R3Set(this.r3obj, R3POLYMIDA_Apex, value, R3TID_VECTOR, 0);
- }
-
- function GetR3POLYMIDA_Apex() {
- return R3Get(this.r3obj, R3POLYMIDA_Apex, R3TID_VECTOR, 0);
- }
-
- R3POLYMIDA_Infinite = 1658501;
- function SetR3POLYMIDA_Infinite(value) {
- R3Set(this.r3obj, R3POLYMIDA_Infinite, value, R3TID_INTEGER, 0);
- }
-
- function GetR3POLYMIDA_Infinite() {
- return R3Get(this.r3obj, R3POLYMIDA_Infinite, R3TID_INTEGER, 0);
- }
-
- R3POLYMIDA_NoFloor = 1658502;
- function SetR3POLYMIDA_NoFloor(value) {
- R3Set(this.r3obj, R3POLYMIDA_NoFloor, value, R3TID_INTEGER, 0);
- }
-
- function GetR3POLYMIDA_NoFloor() {
- return R3Get(this.r3obj, R3POLYMIDA_NoFloor, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Polymid () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_POLYMID, arguments);
- }
- // Methods
-
- // Attributes
- this.GetApex=GetR3POLYMIDA_Apex;
- this.SetApex=SetR3POLYMIDA_Apex;
- this.GetInfinite=GetR3POLYMIDA_Infinite;
- this.SetInfinite=SetR3POLYMIDA_Infinite;
- this.GetNoFloor=GetR3POLYMIDA_NoFloor;
- this.SetNoFloor=SetR3POLYMIDA_NoFloor;
- }
-
- r3Polymid.prototype=new r3Polygon;
- // r3polymid.h_H